home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / acadsave.zip / AUTOCAD.DOC next >
Text File  |  1987-04-03  |  3KB  |  78 lines

  1. -----------------------------------------------------------------
  2.          Copyright (c) D. Scott Mecusker 1986,1987
  3.          ********** All rights reserved **********
  4.  
  5.    This lisp program (AUTOCAD.LSP) is for use with the AutoCAD (tm)
  6. computer aided drafting program. It adds a safety feature to
  7. the package by automatically saving your drawing periodically
  8. as you edit.
  9.    Each time you use one of the commands listed below
  10. the system will check the time since the last save. If the
  11. save increment time has passed the current drawing will be
  12. saved under the name "CURRENT.DWG" and the command will execute.
  13. If not the drawing will not be saved and the command will
  14. excute immediately.
  15.    This feature will allow you to recover lost
  16. drawings due to a system lock-up that requires a re-boot,
  17. power failures, and quitting a session without saving.
  18.  
  19. -----------------------------------------------------------------
  20.  
  21. AUTO-LOAD INSTRUCTIONS:
  22.    To use Autosave you must rename AUTOCAD.LSP to ACAD.LSP
  23.    or if you already have a file ACAD.LSP, AUTOCAD.LSP must be
  24.    added to your existing ACAD.LSP file.
  25.  
  26. TO MANUALLY LOAD:
  27.   Type (load "autocad") at the Command: prompt and return.
  28.  
  29. -----------------------------------------------------------------
  30.  
  31. COMMAND LIST:
  32.   The following commands are available after loading
  33.   AUTOCAD.LSP or when you enter the drawing editor
  34.   if you used the auto-load method.
  35.  
  36.     W - Window Zoom
  37.     D - Dynamic Zoom
  38.     C - Center Zoom
  39.     P - Previous Zoom
  40.     E - Zoom to Extents
  41.     L - Zoom to Limits
  42.     N - Pan
  43.     R - Redraw
  44.     H - Highlight On/Off (Toggle)
  45.     ER - Erase
  46.     SI - Save increment (Set minutes between saves - 15 min. default)
  47.  
  48. -----------------------------------------------------------------
  49.  
  50. TO RECOVER A LOST DRAWING:
  51.  
  52.   1. Load existing drawing named "CURRENT", if acceptable save under
  53.      your drawing name.
  54.  
  55.   2. Rename your drawing and rename "Current.dwg" to your drawing name,
  56.      load and edit as usual.
  57.  
  58. -----------------------------------------------------------------
  59.  
  60. If you find this a valuable addition to your AutoCAD (tm) system
  61.    a contibution would be appreciated. Please send your comments
  62.    and/or questions to the following:
  63.  
  64.           Scott Mecusker
  65.           1714 Robert Wynn
  66.           El Paso, Texas 79936
  67.           (915) 594-8973
  68.  
  69. In closing, this material is offered on a "as-is" basis.
  70.    in no event shall I, Scott Mecusker, be liable to anyone for
  71.    any damages of any kind connected with the use of the material.
  72. My liablity, regardless of the form of action, shall not exceed
  73.    the contribution made to me by the user.
  74.  
  75. AutoCAD is a registered trademark of AutoDESK, Inc.
  76.  
  77. -----------------------------------------------------------------
  78.